home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gintr
- preLoad()
- if gintr = 1 then
- puppetTransition(23, 2, 2)
- set gintr to 0
- end if
- end
-
- on exitFrame
- global gprev, gnext, grtrv
- repeat while soundBusy(2)
- end repeat
- sound playFile 2, "04.mon"
- waitticks(360)
- disablebuttons()
- if grtrv = 1 then
- puppetTransition(13, 2)
- set grtrv to 0
- else
- if gprev = 1 then
- puppetTransition(12, 2, 2)
- else
- puppetTransition(11, 2, 2)
- end if
- end if
- end
-